Refreshes the object from the database.
HRESULT Refresh([in,defaultvalue(0)] long options);
Refresh([in,defaultvalue(0)] long options);
Sub Refresh(options As [in,defaultvalue(0)] long)
Parameters |
Description |
[in,defaultvalue(0)] long options |
Reserved for future use; must be set to 0. |
This method refreshes the object from the database, discarding any changes you have made to the object.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|